home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / komercni software / cisco / 9kolo_V1.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(press).as
Text File  |  2007-06-06  |  306b  |  11 lines

  1. on(press){
  2.    var nmenu = new ContextMenu();
  3.    nmenu.hideBuiltInItems();
  4.    _root.menu = nmenu;
  5.    gotoAndStop(int((getProperty(_root, _xmouse) - 2.1500000953674316) * (getProperty(_root, _totalframes) - 4) / 43.900001525878906 + 0.5 + 4));
  6.    if(_root.isplaying >= 1)
  7.    {
  8.       play();
  9.    }
  10. }
  11.